home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
misc
/
FD2Pragma.lha
/
FD2Pragma
/
Scripts
/
MakePPCStuff
< prev
next >
Wrap
AmigaDOS Script File
|
2000-04-01
|
517b
|
20 lines
.key FDFILE/A,CLIBFILE/A,DEST/A
.bra {
.ket }
; $VER: MakePPCStuff 1.0 (31.12.1998)
; script to create all the needed library stuff with FD2Pragma
; DEST must already exist and should be empty.
FailAt 21
MakeDir >NIL: {DEST}proto
MakeDir >NIL: {DEST}powerup/ppcpragmas
MakeDir >NIL: {DEST}powerup/ppcinline
FD2Pragma {FDFILE} SPECIAL 53 CLIB {CLIBFILE} TO {DEST}powerup/ppcpragmas/
FD2Pragma {FDFILE} SPECIAL 54 TO {DEST}proto/
FD2Pragma {FDFILE} SPECIAL 50 CLIB {CLIBFILE} TO {DEST}powerup/ppcinline/
FailAt 10